home *** CD-ROM | disk | FTP | other *** search
- Path: keats.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c
- Subject: Re: Motorola s3 format and C ???
- Date: 31 Mar 1996 10:20:13 -0800
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4jmictINN7tn@keats.ugrad.cs.ubc.ca>
- References: <828292627snz@g0tts.demon.co.uk>
- NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
-
- In article <828292627snz@g0tts.demon.co.uk>,
- Paul Bulmer <paul@g0tts.demon.co.uk> wrote:
- >Hi i have a program that calculates Hex codes to go into a eprom i need to
- >save the output to a file like this but i can't find any info on it ...
- >
- >My program outputs say B 2 0 5 and i want to ouput it to a file like this ?
- >
- > 0 1 2 3 4 5 6 7 8 9 A B C D E F
- >00000 0B 02 00 05 0A
- >
- >This is apparently called motorola S3 format please can anyone help me ??
-
- Ask on a 68K newsgroup: maybe comp.arch.68k. Or perhaps, comp.lang.asm.68k. It
- may be covered in FAQ's.
-
- S3 record have little to do with the C language.
- --
-
-